gtk_misc_set_alignment(): Improve the deprecation documenation.
authorMurray Cumming <murrayc@murrayc.com>
Mon, 2 Mar 2015 08:45:57 +0000 (09:45 +0100)
committerMurray Cumming <murrayc@murrayc.com>
Mon, 2 Mar 2015 08:46:49 +0000 (09:46 +0100)
To link to GtkWidget.halign/valign and to mention
GtkLabel.xalign/yalign.

gtk/deprecated/gtkmisc.c

index bdd6eacccae90d55597ce14f6507f980fe8bc2b3..124516f697b369144654743e650b54501cd9c54b 100644 (file)
@@ -219,7 +219,7 @@ gtk_misc_get_property (GObject      *object,
  *
  * Sets the alignment of the widget.
  *
- * Deprecated: 3.14: Use #GtkWidget alignment and margin properties.
+ * Deprecated: 3.14: Use #GtkWidget's alignment (#GtkWidget:halign and #GtkWidget:valign) and margin properties or #GtkLabel's #GtkLabel:xalign and #GtkLabel:yalign properties.
  */
 void
 gtk_misc_set_alignment (GtkMisc *misc,